Vcenter Storage Policies VM Info
The Vcenter Storage Policies VM Info schema contains information about a virtual machine and its virtual disks that are associated with the given storage policy.
This schema was added in vSphere API 6.7.
{
"vm_home": false,
"disks": [
"string"
]
}
Flag to indicate whether or not the virtual machine home is associated with the given storage policy.
This property was added in vSphere API 6.7.
List of the virtual disks that are associated with the given storage policy.
This property was added in vSphere API 6.7.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk
.